Gets or sets a value indicating if the menu will auto update the position of its sub-menus when they are close to the boundaries of the application.
Syntax
'Declaration
Public Property DetectBoundaries As Boolean
'Usage
Dim instance As C1Menu
Dim value As Boolean
instance.DetectBoundaries = value
value = instance.DetectBoundaries
public bool DetectBoundaries {get; set;}
public:
property bool DetectBoundaries {
bool get();
void set ( bool value);
}
See Also