SilverlightModuleController
Overview
The SilverlightModuleController class is used internally by the Hydra core to provide access to a module controller inside Silverlight plugins.
Location
- Reference: RemObjects.Hydra.Host.dll
- Namespace: RemObjects.Hydra
Properties
Host
Gets or sets reference to a host instance.
property Host: IHYCrossPlatformHost read write;
IHYCrossPlatformHost Host { get; set; }
Property Host() As IHYCrossPlatformHost
Instance Methods
constructor
Creates an instance of the class.
constructor
SilverlightModuleController()
Sub New()
GetLargeImages
Returns a handle of "large" image list. Alway returns -1.
method GetLargeImages: IntPtr
IntPtr GetLargeImages()
Function GetLargeImages() As IntPtr
GetSmallImages
Returns a handle of "small" image list. Alway returns -1.
method GetSmallImages: IntPtr
IntPtr GetSmallImages()
Function GetSmallImages() As IntPtr