public nothrow Event<ClickEventHandler, EmptyEventArgs>& |
ClickEvent() const |
protected nothrow Padding |
DefaultPadding() |
public nothrow void |
Disable() |
internal void |
DoClick() |
public override void |
Draw(Graphics& graphics, const Point& location) |
protected virtual void |
DrawContent(Graphics& graphics, const Point& location) |
private void |
DrawNormalOrDisabled(Graphics& graphics, const Point& location) |
private void |
DrawPressed(Graphics& graphics, const Point& location) |
private void |
DrawToolBitmap(Graphics& graphics, const Point& location) |
public nothrow void |
Enable() |
public nothrow Padding |
GetPadding() const |
public inline nothrow State |
GetState() const |
public inline nothrow Style |
GetStyle() const |
public inline nothrow const String<char>& |
GetToolTip() const |
private nothrow void |
Invalidate() |
public nothrow Event<MouseEventHandler, MouseEventArgs>& |
MouseDownEvent() const |
internal void |
MouseDownInternal(MouseEventArgs& args) |
public nothrow Event<MouseEnterEventHandler, EmptyEventArgs>& |
MouseEnterEvent() const |
internal void |
MouseEnterInternal() |
internal void |
MouseHoverInternal() |
public nothrow Event<MouseLeaveEventHandler, EmptyEventArgs>& |
MouseLeaveEvent() const |
internal void |
MouseLeaveInternal() |
public nothrow Event<MouseEventHandler, MouseEventArgs>& |
MouseMoveEvent() const |
internal void |
MouseMoveInternal(MouseEventArgs& args) |
public nothrow Event<MouseEventHandler, MouseEventArgs>& |
MouseUpEvent() const |
internal void |
MouseUpInternal(MouseEventArgs& args) |
protected virtual void |
OnClick() |
protected virtual void |
OnMouseDown(MouseEventArgs& args) |
protected virtual void |
OnMouseEnter() |
protected virtual void |
OnMouseLeave() |
protected virtual void |
OnMouseMove(MouseEventArgs& args) |
protected virtual void |
OnMouseUp(MouseEventArgs& args) |
public void |
SetPadding(const Padding& padding_) |
public void |
SetState(State state_) |
internal nothrow void |
SetToolBitmaps(Bitmap* toolBitmap_, Bitmap* disabledToolBitmap_) |
public nothrow void |
SetToolTip(const String<char>& toolTip_) |
public nothrow void |
SetTransparentColor(const Color& transparentColor_) |
public inline nothrow const String<char>& |
ToolBitmapName() const |