Icon Constructor (Typed) | |
Construct an icon.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xResourceID,
kLoadOption,
iWidth,
iHeight
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Icon(
Usual xResourceID = default,
Usual kLoadOption = default,
Usual iWidth = default,
Usual iHeight = default
)
Request Example
View SourceParameters
- xResourceID (Optional)
- Type: Usual
The resource ID of the desired icon, a handle of an existing Icon object or one of the icon constants from the table below - kLoadOption (Optional)
- Type: Usual
The optional constant representing the load option. The default is LR_DEFAULTCOLOR. - iWidth (Optional)
- Type: Usual
The optional width of the bitmap. The default is the width of the bitmap. - iHeight (Optional)
- Type: Usual
The optional height of the bitmap. The default is the height of the bitmap.
Remarks Constant Icon | Description |
---|
ICONASTERISK | An icon used to indicate "note that." |
ICONEXCLAMATION | An icon used to indicate warnings. |
ICONHAND | An icon used to indicate error conditions. |
ICONQUESTIONMARK | An icon used to indicate that more information is required. |
ICONSTANDARD | A blank, square icon. This is the default. |
See Also