Rectangle Property (FpCombo)
In This Topic
Gets or sets the rectangle in the client area of the control.
Syntax
'Declaration
Public Overridable Property Rectangle As Rectangle
'Usage
Dim instance As FpCombo
Dim value As Rectangle
instance.Rectangle = value
value = instance.Rectangle
public virtual Rectangle Rectangle {get; set;}
See Also