SequentialActivityDesigner.HelpTextRectangle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the rectangle that serves as the bounds for the text displayed by the HelpText property.
protected:
virtual property System::Drawing::Rectangle HelpTextRectangle { System::Drawing::Rectangle get(); };
protected virtual System.Drawing.Rectangle HelpTextRectangle { get; }
member this.HelpTextRectangle : System.Drawing.Rectangle
Protected Overridable ReadOnly Property HelpTextRectangle As Rectangle
Property Value
A Rectangle that serves as the bounds for the text displayed by the HelpText property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.