BCGControlBar Library for .NET
UpButton Property




Indicates a value if the OutlookScrollButton is used for scrolling  upward the related OutlookBarPane.
Syntax
'Declaration
 
Public Property UpButton As Boolean
'Usage
 
Dim instance As OutlookScrollButton
Dim value As Boolean
 
instance.UpButton = value
 
value = instance.UpButton
public bool UpButton {get; set;}
public: __property bool get_UpButton();
public: __property void set_UpButton( 
   bool value
);
public:
property bool UpButton {
   bool get();
   void set (    bool 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

OutlookScrollButton Class
OutlookScrollButton Members

Send Feedback