ImageActiveXControl Class

ImageActiveXControl class

Represents the image control.


type ImageActiveXControl struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewImageActiveXControlConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the type of the ActiveX control.
IsAutoSizeIndicates whether the control will automatically resize to display its entire contents.
SetIsAutoSizeIndicates whether the control will automatically resize to display its entire contents.
GetBorderOleColorGets and sets the ole color of the background.
SetBorderOleColorGets and sets the ole color of the background.
GetBorderStyleGets and set the type of border used by the control.
SetBorderStyleGets and set the type of border used by the control.
GetPictureSizeModeGets and sets how to display the picture.
SetPictureSizeModeGets and sets how to display the picture.
GetSpecialEffectGets and sets the special effect of the control.
SetSpecialEffectGets and sets the special effect of the control.
GetPictureAlignmentGets and sets the alignment of the picture inside the Form or Image.
SetPictureAlignmentGets and sets the alignment of the picture inside the Form or Image.
IsTiledIndicates whether the picture is tiled across the background.
SetIsTiledIndicates whether the picture is tiled across the background.
IsEnabledIndicates whether the control can receive the focus and respond to user-generated events.
SetIsEnabledIndicates whether the control can receive the focus and respond to user-generated events.
IsLockedIndicates whether data in the control is locked for editing.
SetIsLockedIndicates whether data in the control is locked for editing.
IsTransparentIndicates whether the control is transparent.
SetIsTransparentIndicates whether the control is transparent.
GetIMEModeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
SetIMEModeGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
GetFontRepresents the font of the control.
GetTextAlignRepresents how to align the text used by the control.
SetTextAlignRepresents how to align the text used by the control.