NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StandardCommands.SizeToControlHeight

Gets the GUID/integer value pair for the SizeToControlHeight command. Read only.

[Visual Basic]
Public Shared ReadOnly SizeToControlHeight As CommandID
[C#]
public static readonly CommandID SizeToControlHeight;
[C++]
public: static readonly CommandID* SizeToControlHeight;
[JScript]
public static var SizeToControlHeight : CommandID;

See Also

StandardCommands Class | StandardCommands Members | System.ComponentModel.Design Namespace