PoweredByButton

Overview

Let the world know that you use RemObjects Data Abstract technology by adding this button to your application's About Box.

The button will display the "Powered by the RemObjects Data Abstract" logo and clicking it will launch the Data Abstract website in the user's web browser.

Location


Properties


ApplicationType    (declared in PoweredByButton)

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

Creates a new istance of the PoweredByButton class.

 

constructor

 

PoweredByButton()

 

Sub New()

GetImageName  protected

Returns the name of image resource that should be embedded in assembly. Can be overridden.

 

method GetImageName: String

 

String GetImageName()

 

Function GetImageName() As String

OnClick  protected

Navigates your default Internet browser to Data Abstract website. Can be overridden.

 

method OnClick(e: EventArgs)

 

void OnClick(EventArgs e)

 

Sub OnClick(e As EventArgs)

Parameters:

  • e: A click event arguments.

OnPaint  protected    (declared in PoweredByButton)

 

method OnPaint(e: PaintEventArgs)

 

void OnPaint(PaintEventArgs e)

 

Sub OnPaint(e As PaintEventArgs)

Parameters:

  • e: