ArcFM Responder Mobile Developer Guide
TaskbarItemInfo Property (MessageBox)






Syntax
'Declaration
 
Public Property TaskbarItemInfo As System.Windows.Shell.TaskbarItemInfo
'Usage
 
Dim instance As MessageBox
Dim value As System.Windows.Shell.TaskbarItemInfo
 
instance.TaskbarItemInfo = value
 
value = instance.TaskbarItemInfo
public System.Windows.Shell.TaskbarItemInfo TaskbarItemInfo {get; set;}
public read-write property TaskbarItemInfo: System.Windows.Shell.TaskbarItemInfo; 
public function get,set TaskbarItemInfo : System.Windows.Shell.TaskbarItemInfo
public: __property System.Windows.Shell.TaskbarItemInfo* get_TaskbarItemInfo();
public: __property void set_TaskbarItemInfo( 
   System.Windows.Shell.TaskbarItemInfo* value
);
public:
property System.Windows.Shell.TaskbarItemInfo^ TaskbarItemInfo {
   System.Windows.Shell.TaskbarItemInfo^ get();
   void set (    System.Windows.Shell.TaskbarItemInfo^ value);
}
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

MessageBox Class
MessageBox Members

Send Feedback