Accusoft.NotateXpressSdk Namespace > NotateXpress Class : ClientWindow Property |
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> Public Property ClientWindow As IntPtr
'Usage Dim instance As NotateXpress Dim value As IntPtr instance.ClientWindow = value value = instance.ClientWindow
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public IntPtr ClientWindow {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: __property IntPtr get_ClientWindow(); public: __property void set_ClientWindow( IntPtr value );
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: property IntPtr ClientWindow { IntPtr get(); void set ( IntPtr value); }
To connect a NotateXpress object to an ImagXpress object, set the ClientWindow property to the window handle of the ImagXpress View window to which you want to add annotation capability. See the example below.
To disconnect a NotateXpress object from an ImagXpress object, set the ClientWindow property to System.IntPtr.Zero. This is identical to calling the ClientDisconnect method.