NetSimpleRESTSOEWithProperties.Cat.PropertyForm.getHWnd C# (CSharp) Method

getHWnd() public method

public getHWnd ( ) : int
return int
        public int getHWnd()
        {
            return this.Handle.ToInt32();
        }

Usage Example

 /// <summary>
 /// Fired when the property page is activated
 /// </summary>
 /// <returns>the handle of the form containing the property page's UI</returns>
 public override int Activate()
 {
     return(propertyPage.getHWnd());
 }