Version: |
1.2 |
Description: |
Loads a style file into the current drawing session. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCOpenStyle(char* fname); |
Delphi |
procedure VCOpenStyle(fname: PAnsiChar); stdcall; |
ActiveX/COM |
Sub OpenStyle(ByVal fname As String) |
Parameters: |
fname - a string representing the path and name for the style. |
Notes: |
Styles are groups of settings stored in files for quick access. All the format settings included in this file are applied to any subsequent draw commands. This differs from VCSaveEnvironment in that the settings are not restored until a VCOpenStyle call. |
See Also: |