Intersoft ClientUI Documentation
AddButtonElement Property (UXScheduleView)



Gets or sets a value that indicates the external button element.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AddButtonElement As ButtonBase
Dim instance As UXScheduleView
Dim value As ButtonBase
 
instance.AddButtonElement = value
 
value = instance.AddButtonElement
[CategoryAttribute("Common Properties")]
public ButtonBase AddButtonElement {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ButtonBase^ AddButtonElement {
   ButtonBase^ get();
   void set (    ButtonBase^ 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

UXScheduleView Class
UXScheduleView Members

Send Feedback