A BrowserItem is an abstract class which means it acts more like an Interface Type but with predefined behavior for its methods, rather than defining it's own.
Name | Type | Description |
---|---|---|
Browser
|
BrowserDialog | The source browser this item came from. |
SelectedColor
|
colorX | The color this item's background should be when selected. |
SelectedText
|
colorX | The color this item's text should be when selected. |
NormalColor
|
colorX | The color this item's background should be at rest state |
NormalText
|
colorX | The color this item's text would be at rest state. |