Skip to content

Commit fa2b4d0

Browse files
author
Joachim Marder
committed
Implemented issue #35: Added property IsLoaded: True if the ribbon has been loaded from then resource and has been initialized; False otherwise. Named "IsLoaded" instead of "Loaded" to prevent collision with inherited Loaded() method.
1 parent ac4b935 commit fa2b4d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/UIRibbon.pas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ TUIRibbon = class(TWinControl, IUIApplication)
380380
/// <returns>TUIRecentItem</returns>
381381
function GetSelectedRecentItem(): TUIRecentItem;
382382

383+
/// True if the ribbon has been loaded from then resource and has been initialized; False otherwise.
384+
property IsLoaded: Boolean read fLoaded;
385+
383386
{ Whether the UI Ribbon Framework is available on the system.
384387
Returns False when the application is not running on Windows 7 or
385388
Windows Vista with the Platform update. In that case, all ribbon

0 commit comments

Comments
 (0)