C# Class LabelPlus.GroupDefineItemCollection

Mostrar archivo Open project: noodlefighter/LabelPlus Class Usage Examples

Public Methods

Method Description
AddUserGroup ( string name ) : bool
ClearUserGroup ( ) : void
GetColor ( int n ) : Color
GetColors ( ) : Color[]
GetDefaultGroupNameArray ( ) : string[]
GetDefaultName ( int n ) : string
GetFullViewName ( int n ) : string
GetFullViewNames ( ) : string[]
GetUserGroupNameArray ( ) : string[]
GetViewName ( int n ) : string
GetViewNames ( ) : string[]
GroupDefineItemCollection ( GroupDefineItem defaultDefine ) : System
LoadUserGroup ( List strs ) : bool
UseDefaultUserGroup ( ) : bool

Method Details

AddUserGroup() public method

public AddUserGroup ( string name ) : bool
name string
return bool

ClearUserGroup() public method

public ClearUserGroup ( ) : void
return void

GetColor() public method

public GetColor ( int n ) : Color
n int
return Color

GetColors() public method

public GetColors ( ) : Color[]
return Color[]

GetDefaultGroupNameArray() public method

public GetDefaultGroupNameArray ( ) : string[]
return string[]

GetDefaultName() public method

public GetDefaultName ( int n ) : string
n int
return string

GetFullViewName() public method

public GetFullViewName ( int n ) : string
n int
return string

GetFullViewNames() public method

public GetFullViewNames ( ) : string[]
return string[]

GetUserGroupNameArray() public method

public GetUserGroupNameArray ( ) : string[]
return string[]

GetViewName() public method

public GetViewName ( int n ) : string
n int
return string

GetViewNames() public method

public GetViewNames ( ) : string[]
return string[]

GroupDefineItemCollection() public method

public GroupDefineItemCollection ( GroupDefineItem defaultDefine ) : System
defaultDefine GroupDefineItem
return System

LoadUserGroup() public method

public LoadUserGroup ( List strs ) : bool
strs List
return bool

UseDefaultUserGroup() public method

public UseDefaultUserGroup ( ) : bool
return bool