ActiveReports.Viewer3 Request technical support
Separator Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by Separator.

Public Constructors

 NameDescription
Public ConstructorSeparator ConstructorInitializes a new instance of the Separator class.  
Top

Public Properties

 NameDescription
Public PropertyAcceleratorReturns a char that indicates whether the tool contains an accelerator key. (Inherited from Tool)
Public PropertyCaptionGets or sets the text displayed on the tool. (Inherited from Tool)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEnabledGets or sets a value indicating whether the tool is enabled. (Inherited from Tool)
Public PropertyIdUnique number associated with the tool. (Inherited from Tool)
Public PropertyImageIndexGets or sets the index value of the image assigned to the tool. (Inherited from Tool)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySizeFor internal use.  
Public PropertyTagGets or sets user-defined information to be persisted with the control. (Inherited from Tool)
Public PropertyToolTipGets or sets the text that appears as a ToolTip for a tool. (Inherited from Tool)
Public PropertyVisibleGets or sets a value indicating whether the tool is visible. (Inherited from Tool)
Top

Public Methods

 NameDescription
Public MethodCalcSizeOverridden. Calculates the size of the specified Separator, in inches.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodDrawOverridden. Draws the Separator on the specified Graphics object.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Top

See Also