프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShouldSerializeImage | bool | ||
ShouldSerializeImageTransparentColor | bool | ||
ShouldSerializeLongText | bool | ||
ShouldSerializeShortText | bool |
메소드 | 설명 | |
---|---|---|
GetImage ( PaletteState state ) : Image |
Gets the content image.
|
|
GetImageTransparentColor ( PaletteState state ) : Color |
Gets the image color that should be transparent.
|
|
GetLongText ( ) : string |
Gets the content long text.
|
|
GetShortText ( ) : string |
Gets the content short text.
|
|
KryptonListItem ( ) : System |
Initialize a new instance of the KryptonListItem class.
|
|
KryptonListItem ( string shortText ) : System |
Initialize a new instance of the KryptonListItem class.
|
|
KryptonListItem ( string shortText, string longText ) : System |
Initialize a new instance of the KryptonListItem class.
|
|
KryptonListItem ( string shortText, string longText, Image image ) : System |
Initialize a new instance of the KryptonListItem class.
|
|
KryptonListItem ( string shortText, string longText, Image image, Color imageTransparentColor ) : System |
Initialize a new instance of the KryptonListItem class.
|
|
ToString ( ) : string |
Gets the string representation of the object.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
메소드 | 설명 | |
---|---|---|
ShouldSerializeImage ( ) : bool | ||
ShouldSerializeImageTransparentColor ( ) : bool | ||
ShouldSerializeLongText ( ) : bool | ||
ShouldSerializeShortText ( ) : bool |
public GetImage ( PaletteState state ) : Image | ||
state | PaletteState | The state for which the image is needed. |
리턴 | Image |
public GetImageTransparentColor ( PaletteState state ) : Color | ||
state | PaletteState | The state for which the image is needed. |
리턴 | Color |
public KryptonListItem ( string shortText ) : System | ||
shortText | string | Initial short text value. |
리턴 | System |
public KryptonListItem ( string shortText, string longText ) : System | ||
shortText | string | Initial short text value. |
longText | string | Initial long text value. |
리턴 | System |
public KryptonListItem ( string shortText, string longText, Image image ) : System | ||
shortText | string | Initial short text value. |
longText | string | Initial long text value. |
image | Image | Initial image value. |
리턴 | System |
public KryptonListItem ( string shortText, string longText, Image image, Color imageTransparentColor ) : System | ||
shortText | string | Initial short text value. |
longText | string | Initial long text value. |
image | Image | Initial image value. |
imageTransparentColor | Color | Initial transparent image color. |
리턴 | System |
protected OnPropertyChanged ( |
||
e | A PropertyChangedEventArgs containing the event data. | |
리턴 | void |