C# Class DroidExplorer.ActiveButtons.Themes.ThemeBase

Inheritance: ITheme
Show file 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 property

protected Color backColor
return Color

buttonOffset protected property

protected Point buttonOffset
return Point

controlBoxSize protected property

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

form protected property

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

frameBorder protected property

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

isDisplayed protected property

protected bool? isDisplayed
return bool?

isToolbar protected property

protected bool? isToolbar
return bool?

systemButtonSize protected property

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