ImageActiveXControl Class
Contents
[
Hide
]ImageActiveXControl class
Represents the image control.
type ImageActiveXControl struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewImageActiveXControl | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the ActiveX control. |
IsAutoSize | Indicates whether the control will automatically resize to display its entire contents. |
SetIsAutoSize | Indicates whether the control will automatically resize to display its entire contents. |
GetBorderOleColor | Gets and sets the ole color of the background. |
SetBorderOleColor | Gets and sets the ole color of the background. |
GetBorderStyle | Gets and set the type of border used by the control. |
SetBorderStyle | Gets and set the type of border used by the control. |
GetPictureSizeMode | Gets and sets how to display the picture. |
SetPictureSizeMode | Gets and sets how to display the picture. |
GetSpecialEffect | Gets and sets the special effect of the control. |
SetSpecialEffect | Gets and sets the special effect of the control. |
GetPictureAlignment | Gets and sets the alignment of the picture inside the Form or Image. |
SetPictureAlignment | Gets and sets the alignment of the picture inside the Form or Image. |
IsTiled | Indicates whether the picture is tiled across the background. |
SetIsTiled | Indicates whether the picture is tiled across the background. |
IsEnabled | Indicates whether the control can receive the focus and respond to user-generated events. |
SetIsEnabled | Indicates whether the control can receive the focus and respond to user-generated events. |
IsLocked | Indicates whether data in the control is locked for editing. |
SetIsLocked | Indicates whether data in the control is locked for editing. |
IsTransparent | Indicates whether the control is transparent. |
SetIsTransparent | Indicates whether the control is transparent. |
GetIMEMode | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
SetIMEMode | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
GetFont | Represents the font of the control. |
GetTextAlign | Represents how to align the text used by the control. |
SetTextAlign | Represents how to align the text used by the control. |