ClientToHostWindowEventArgs.CY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the integer expression that evaluates to the CY.
public:
property int CY { int get(); void set(int value); };
public int CY { get; set; }
member this.CY : int with get, set
Public Property CY As Integer