Bewerken

PropertiesTab Class

Definition

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
PropertiesTab

Constructors

Name Description
PropertiesTab()

Initializes a new instance of the PropertiesTab class.

Properties

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.

TabName

Gets the name of the Properties tab.

Methods

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)
GetDefaultProperty(Object)

Gets the default property of the specified component.

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)

Applies to