コード例 #1
0
 /// <summary>
 /// Sets a new value for property {@link #getHorizontalScrolling horizontalScrolling}.
 ///
 /// Specifies the horizontal scrolling.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>None</code>.
 /// </summary>
 /// <param name="sHorizontalScrolling">New value for property <code>horizontalScrolling</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Tab setHorizontalScrolling(sap.ui.core.Scrolling sHorizontalScrolling);
コード例 #2
0
 /// <summary>
 /// Sets a new value for property {@link #getVerticalScrolling verticalScrolling}.
 ///
 /// Specifies the vertical scrolling.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>None</code>.
 /// </summary>
 /// <param name="sVerticalScrolling">New value for property <code>verticalScrolling</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.Tab setVerticalScrolling(sap.ui.core.Scrolling sVerticalScrolling);