CRMPresenter.ToggleRibbon(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.