Gets or sets the tooltip's region in the
AssociatedControl where the pointer must remain stationary before the ToolTip windows appears.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Rectangle Region { get; set; } |
Visual Basic |
---|
Public Property Region As Rectangle
Get
Set |
Visual C++ |
---|
public:
property Rectangle Region {
Rectangle get ();
void set (Rectangle value);
} |
F# |
---|
member Region : Rectangle with get, set
|
Property Value
Type:
RectangleThe region in client coordonees of the
AssociatedControl.
See Also