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


The following tables list the members exposed by PlaceHolder.

Public Constructors

 NameDescription
Public ConstructorPlaceHolder ConstructorInitializes a new instance of the PlaceHolder 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 PropertyControlGets or sets a reference to the hosted control.  
Public PropertyEnabledOverridden. Sets or returns a value indicating whether the PlaceHolder is currently enabled.  
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 PropertySizeGets the size of the tool in inches. (Inherited from Tool)
Public PropertyTagGets or sets user-defined information to be persisted with the control. (Inherited from Tool)
Public PropertyToolTipOverridden. Specifies a tooltip for the placeholder.  
Public PropertyVisibleOverridden. Sets or returns a value indicating whether the placeholder will be displayed.  
Top

Public Methods

 NameDescription
Public MethodCalcSizeOverridden. Calculates the size of the specified PlaceHolder, in inches.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeReleases the PlaceHolder instance from memory. (Inherited from System.ComponentModel.Component)
Public MethodDrawOverridden. Draws the PlaceHolder 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