Class ULBasicControl.TULColorItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 46: | Line 46: | ||
=== Published === | === Published === | ||
*[[Property LPGDIPlusProperties.TLPGPColorItem.Color|Color]] - Specifies the color of the collection item. | *[[Property LPGDIPlusProperties.TLPGPColorItem.Color|Color]] - Specifies the color of the collection item. | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TPersistent) : HResult|function QueryInterface(IID : TGUID; Obj : TPersistent) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:17, 18 October 2012
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: ULBasicControl
Inherits: TLPGPColorItem
Contents |
Syntax
Delphi:
type TULColorItem = class( TLPGPColorItem )
C++ Builder:
class TULColorItem : public TLPGPColorItem
Visual C++ (MFC):
class CTULColorItem : public CTLPGPColorItem
C# (.NET):
public ref class TULColorItem : Mitov.SignalLab.GPColorItem
Summary
Color collection item.
Description
Defines color collection item.
Properties
Published
From TLPGPColorItem
Properties
Published
- Color - Specifies the color of the collection item.