PropertiesTab Class
Represents the Properties tab on a PropertyGrid control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System.Windows.Forms.Design::PropertyTab
System.Windows.Forms.PropertyGridInternal::PropertiesTab
| Name | Description | |
|---|---|---|
![]() | PropertiesTab() | Initializes a new instance of the PropertiesTab class. |
| Name | Description | |
|---|---|---|
![]() | Bitmap | Gets the bitmap that is displayed for the PropertyTab.(Inherited from PropertyTab.) |
![]() | Components | Gets or sets the array of components the property tab is associated with.(Inherited from PropertyTab.) |
![]() | HelpKeyword | Gets the Help keyword that is to be associated with this tab.(Overrides PropertyTab::HelpKeyword.) |
![]() | TabName | Gets the name of the Properties tab.(Overrides PropertyTab::TabName.) |
| Name | Description | |
|---|---|---|
![]() | CanExtend(Object^) | Gets a value indicating whether this PropertyTab can display properties for the specified component.(Inherited from PropertyTab.) |
![]() | Dispose() | Releases all the resources used by the PropertyTab.(Inherited from PropertyTab.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PropertyTab and optionally releases the managed resources.(Inherited from PropertyTab.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows a PropertyTab to attempt to free resources and perform other cleanup operations before the PropertyTab is reclaimed by garbage collection.(Inherited from PropertyTab.) |
![]() | GetDefaultProperty(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the default property of the specified component.(Overrides PropertyTab::GetDefaultProperty(Object^).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the properties of the specified component that match the specified attributes and context.(Overrides PropertyTab::GetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^).) |
![]() | GetProperties(Object^) | Gets the properties of the specified component.(Inherited from PropertyTab.) |
![]() | GetProperties(Object^, array<Attribute^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the properties of the specified component that match the specified attributes.(Overrides PropertyTab::GetProperties(Object^, array<Attribute^>^).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


