Click or drag to resize

IButton Interface

Button

Namespace:  EBP.Api.Interfaces.Controls
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IButton : IEditorBase, 
	IControl, IDisposable, IEquatable<IProxy>

The IButton type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyText
Gets or sets the text string displayed within the button control
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also