ComponentOne Basic Library for WPF and Silverlight
DetectBoundaries Property (C1Menu)


C1.WPF Namespace > C1Menu Class : DetectBoundaries Property
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 System.Boolean
'Usage
 
Dim instance As C1Menu
Dim value As System.Boolean
 
instance.DetectBoundaries = value
 
value = instance.DetectBoundaries
public System.bool DetectBoundaries {get; set;}
See Also

Reference

C1Menu Class
C1Menu Members