IcxLookAndFeelNotificationListener.GetObject Method
Provides access to the object that implements the IcxLookAndFeelNotificationListener interface.
Declaration
function GetObject: TObject;
Returns
| Type |
|---|
| TObject |
Remarks
GetObject function implementations return a TcxLookAndFeel, TcxLookAndFeelController, or TdxSkinController class instance.
See Also