PoweredByButton
Overview
Let the world know that you use Remoting SDK technology by adding this button to your application's About Box.
The button will display the "Powered by the Remoting SDK" logo and clicking it will launch the RemObjects Software website in the user's web browser.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: Control | PoweredByButton
Properties
ApplicationType
The PoweredByButton can display a "Client" or "Server" image, depending on what type of application you're using it in. Toggle this property to pick the image to show.
property ApplicationType: ApplicationType read write;
ApplicationType ApplicationType { get; set; }
Property ApplicationType As ApplicationType
Instance Methods
constructor
constructor
PoweredByButton()
Sub New
GetImageName protected
method GetImageName: String
String GetImageName()
Function GetImageName As String
OnClick protected
method OnClick(e: EventArgs)
void OnClick(EventArgs e)
Sub OnClick(e As EventArgs)
Parameters:
- e:
OnPaint protected
method OnPaint(e: PaintEventArgs)
void OnPaint(PaintEventArgs e)
Sub OnPaint(e As PaintEventArgs)
Parameters:
- e:
See Also
- Data Abstract
- Remoting SDK