Module cCJGridRestoreLayoutMenuItem.pkg

     1Use cCJCommandBarSystem.pkg
     2
     3Class cCJGridRestoreLayoutMenuItem is a cCJMenuItem
     4    Procedure Construct_Object
     5        Forward Send Construct_Object
     6        Set psCaption to C_$RestoreLayout
     7    End_Procedure
     8    
     9    Procedure OnExecute Variant vCommandBarControl
    10        Send RestoreLayout of (Focus(Self))
    11    End_Procedure
    12End_Class
    13
    14