SpreadsheetGear 2017
Children Property (HorizontalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > HorizontalScrollbarsPresenter Class : Children Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property Children As System.Windows.Controls.UIElementCollection
'Usage
 
Dim instance As HorizontalScrollbarsPresenter
Dim value As System.Windows.Controls.UIElementCollection
 
value = instance.Children
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public System.Windows.Controls.UIElementCollection Children {get;}
public read-only property Children: System.Windows.Controls.UIElementCollection; 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
public function get Children : System.Windows.Controls.UIElementCollection
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public: __property System.Windows.Controls.UIElementCollection* get_Children();
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public:
property System.Windows.Controls.UIElementCollection^ Children {
   System.Windows.Controls.UIElementCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HorizontalScrollbarsPresenter Class
HorizontalScrollbarsPresenter Members