ToolBarTray::VisualChildrenCount Property

 

Gets the number of children that are currently visible.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
property int VisualChildrenCount {
	virtual int get() override;
}

Property Value

Type: System::Int32

The number of visible ToolBar objects in the ToolBarTray.

.NET Framework
Available since 3.0
Return to top
Show: