Intersoft ClientUI Documentation
WindowID Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindow Interface : WindowID Property






Gets or sets the unique identifier (UID) for this control.

Syntax

Visual Basic (Declaration) 
Property WindowID As Guid
Visual Basic (Usage)Copy Code
Dim instance As IWindow
Dim value As Guid
 
instance.WindowID = value
 
value = instance.WindowID
C# 
Guid WindowID {get; set;}
Delphi 
read-write property WindowID: Guid; 
JScript 
function get,set WindowID : Guid
Managed Extensions for C++ 
__property Guid get_WindowID();
__property void set_WindowID( 
   Guid value
);
C++/CLI 
property Guid WindowID {
   Guid get();
   void set (    Guid value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.