Share via


CRMPresenter.ToggleRibbon(String) Method

Definition

Collapses or expands the ribbon.

public:
 virtual void ToggleRibbon(System::String ^ frame);
public void ToggleRibbon (string frame);
abstract member ToggleRibbon : string -> unit
override this.ToggleRibbon : string -> unit
Public Sub ToggleRibbon (frame As String)

Parameters

frame
String

Specifies the frame.

Implements

Remarks

If you hide the ribbon in the Navigate action, it will not be displayed and this action does not work. This action will work only when the ribbon was initially loaded.

Applies to