TGadgetComboBox

Back Up Next

TGadgetComboBox

Header File
    <owl/flatctrl.h>

Description
    The TGadgetComboBox class encapsulates flat enabled ComboBox for using in GadgetWindows.

Constructors

    TGadgetComboBox::TGadgetComboBox
        Form 1
            TGadgetComboBox(TWindow* parent, int id, int x, int y, int w, int h, uint32 style, uint textLimit, TModule* module=0);
        Form 2
            TGadgetComboBox(TWindow* parent, int resourceId, uint textLen = 0, TModule* module = 0);
        Description
            Form 1: Constructs a combo box object with the specified parent window (parent), control ID (Id), position (x, y) relative to the origin of the parent window's client area, width (w), height (h), style (style), and text length (textLimit).
            Form 2: Constructs a default combo box with the given parent window control ID text length.

Member Functions

IsFlat
    Syntax
        bool IsFlat();
    Description
        Return if GadgetWindows is in Flat style

Revised: February 08, 2000.


Copyright © 1998-2001 Yura Bidus. All rights reserved.