Class ILSpectrumDisplay.TILSpectrumBarColorGroup
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SpectrumBarColorGroup : [[Class ULBasicControl.TULColorItem|Mitov.InstrumentLab.ColorItem]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 53: | Line 53: | ||
=== Published === | === Published === | ||
*[[Property LPGDIPlusProperties.TLPGPColorItem.Color|Color]] | *[[Property LPGDIPlusProperties.TLPGPColorItem.Color|Color]] | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:31, 26 June 2013
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: InstrumentLabPkg
Unit: ILSpectrumDisplay
Inherits: TULColorItem
Contents |
Syntax
Delphi:
type TILSpectrumBarColorGroup = class( TULColorItem )
C++ Builder:
class TILSpectrumBarColorGroup : public TULColorItem
Visual C++ (MFC):
class CTILSpectrumBarColorGroup : public CTULColorItem
C# (.NET):
public ref class SpectrumBarColorGroup : Mitov.InstrumentLab.ColorItem
Summary
Spectrum color group collection item.
Description
Defines class for spectrum color group collection items.
Properties
Published
- Colors - Collection of spectrum bar colors.