RibbonListButtonItems Property
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public RibbonItemCollection Items { get; }
 
Public ReadOnly Property Items As RibbonItemCollection
        Get
 
public:
property RibbonItemCollection^ Items {
        RibbonItemCollection^ get ();
}
 
member Items : RibbonItemCollection with get
 
 
 
Property Value
Type: 
RibbonItemCollection 
See Also