Unit 'cyNavPanel' Package
[Overview][Types][Classes][Index] [#pl_cindy]

TcyNavPanel

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cyNavPanel.pas line 72

type TcyNavPanel = class(TcyAdvPanel)

protected

  procedure WndProc(); override;

  

  procedure Notification(); override;

  

  procedure WMGetDlgCode(); message;

  

  procedure KeyDown(); override;

  

  procedure MouseDown(); override;

  

  procedure DrawBackground(); override;

  

  function DoActivateControl();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure DrawFrameControl();

  

  procedure Navigate();

  

published

  property ActiveControl: TControl; [rw]

  

  property ActiveControlFrame: tcyBevels; [rw]

  

  property InactiveControlsFrame: tcyBevels; [rw]

  

  property CanNavigateToControl: TProcCanNavigateToControl; [rw]

  

  property Options: TNavigationOptions; [rw]

  

  property OnActivateControl: TNotifyEvent; [rw]

  

  property OnActiveControlMouseActivate: TProcActiveControlMouseActivate; [rw]

  

  property OnActiveControlFocused: TProcActiveControlFocused; [rw]

  

  property OnDeactivateControl: TNotifyEvent; [rw]

  

  property OnDrawActiveControlFrame: TProcDrawControlFrame; [rw]

  

  property OnDrawInactiveControlFrame: TProcDrawControlFrame; [rw]

  

  property OnKeyDown;

  

  property OnKeyUp;

  

  property OnKeyPress;

  

end;

Inheritance

TcyNavPanel

  

|

TcyAdvPanel

  

|

TcyCustomPanel

  

|

tcyBasePanel

  

|

TObject



CT Web help

CodeTyphon Studio