SetSplitterExSkin |
www.progui.co.uk Top Previous Next |
SetSplitterExSkin() Syntax Success = SetSplitterExSkin(ID.i, Skin.i, ComponentName$, noRefresh.b) Description Sets a SplitterEx's skin. ID.i specifies the handle/ID of the splitter you want to set the skin for. Skin.i is the handle of the skin. ComponentName$ is optional and can be an empty string. Specifying ComponentName$ will make the control use the states and properties for that skin component name (if it exists in the skin) instead of the default "SplitterEx". If noRefresh.b is set to true then the SplitterEx won't be refreshed/updated after this command is called. Please see Skin States & Properties for creating/editing SplitterEx skins. Returns true if successful, zero for failure.
|