Intersoft ClientUI Documentation
Options Property (WindowActivationEventArgs)



Gets the WindowOptions object that passed to the window during reactivation process.
Syntax
Public ReadOnly Property Options As WindowOptions
Dim instance As WindowActivationEventArgs
Dim value As WindowOptions
 
value = instance.Options
public WindowOptions Options {get;}
public:
property WindowOptions^ Options {
   WindowOptions^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowActivationEventArgs Class
WindowActivationEventArgs Members

Send Feedback