PropertiesTab Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Properties tab on a PropertyGrid control.
public ref class PropertiesTab : System::Windows::Forms::Design::PropertyTab
public class PropertiesTab : System.Windows.Forms.Design.PropertyTab
type PropertiesTab = class
inherit PropertyTab
Public Class PropertiesTab
Inherits PropertyTab
- Inheritance
Constructors
PropertiesTab() |
Initializes a new instance of the PropertiesTab class. |
Properties
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. |
TabName |
Gets the name of the Properties tab. |
Methods
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) |
GetDefaultProperty(Object) |
Gets the default property of the specified component. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) |
Gets the properties of the specified component that match the specified attributes and context. |
GetProperties(Object, Attribute[]) |
Gets the properties of the specified component that match the specified attributes. |
GetProperties(Object) |
Gets the properties of the specified component. (Inherited from PropertyTab) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |