C# Class DroidExplorer.ActiveButtons.Themes.ThemeBase

Inheritance: ITheme
Datei anzeigen Open project: camalot/droidexplorer

Protected Properties

Property Type Description
backColor Color
buttonOffset Point
controlBoxSize System.Drawing.Size
form System.Windows.Forms.Form
frameBorder System.Drawing.Size
isDisplayed bool?
isToolbar bool?
systemButtonSize System.Drawing.Size

Public Methods

Method Description
ThemeBase ( Form form ) : System

Method Details

ThemeBase() public method

public ThemeBase ( Form form ) : System
form System.Windows.Forms.Form
return System

Property Details

backColor protected_oe property

protected Color backColor
return Color

buttonOffset protected_oe property

protected Point buttonOffset
return Point

controlBoxSize protected_oe property

protected Size,System.Drawing controlBoxSize
return System.Drawing.Size

form protected_oe property

protected Form,System.Windows.Forms form
return System.Windows.Forms.Form

frameBorder protected_oe property

protected Size,System.Drawing frameBorder
return System.Drawing.Size

isDisplayed protected_oe property

protected bool? isDisplayed
return bool?

isToolbar protected_oe property

protected bool? isToolbar
return bool?

systemButtonSize protected_oe property

protected Size,System.Drawing systemButtonSize
return System.Drawing.Size