StatusBar::IsItemItsOwnContainerOverride Method (Object^)
.NET Framework (current version)
Determines if the specified item is (or is eligible to be) its own container.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
-
Type:
System::Object^
The specified object to evaluate.
Return Value
Type: System::BooleanReturns true if the item is (or is eligible to be) its own container; otherwise, false.
This method return true if the item is a StatusBarItem or a Separator.
.NET Framework
Available since 3.0
Available since 3.0
Show: