Click or drag to resize

StiServicesTab Class

The class describes the panel of events for StiPropertyGrid.
Inheritance Hierarchy

Namespace:  Stimulsoft.Base.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiServicesTab : PropertyTab

The StiServicesTab type exposes the following members.

Constructors
  NameDescription
Public methodStiServicesTab
Initializes a new instance of the StiServicesTab class
Top
Properties
  NameDescription
Public propertyBitmap (Overrides PropertyTabBitmap.)
Public propertyComponents
Gets or sets the array of components the property tab is associated with.
(Inherited from PropertyTab.)
Public propertyHelpKeyword
Gets the Help keyword that is to be associated with this tab.
(Inherited from PropertyTab.)
Public propertyTabName (Overrides PropertyTabTabName.)
Top
Methods
  NameDescription
Public methodCanExtend (Overrides PropertyTabCanExtend(Object).)
Public methodDispose
Releases all the resources used by the PropertyTab.
(Inherited from PropertyTab.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PropertyTab and optionally releases the managed resources.
(Inherited from PropertyTab.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows a PropertyTab to attempt to free resources and perform other cleanup operations before the PropertyTab is reclaimed by garbage collection.
(Inherited from PropertyTab.)
Public methodGetDefaultProperty
Gets the default property of the specified component.
(Inherited from PropertyTab.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties(Object)
Gets the properties of the specified component.
(Inherited from PropertyTab.)
Public methodGetProperties(Object, Attribute) (Overrides PropertyTabGetProperties(Object, Attribute).)
Public methodGetProperties(ITypeDescriptorContext, Object, Attribute) (Overrides PropertyTabGetProperties(ITypeDescriptorContext, Object, Attribute).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also