示例#1
0
 /// <summary>
 /// Gets the option for this IUITechnologyElement.
 /// </summary>
 /// <param name="technologyElementOption">The element option to get.</param>
 /// <returns>The value of this element option. </returns>
 /// <exception cref="System.NotSupportedException">Throws System.NotSupportedException
 /// if the element option is not supported.</exception>
 public override object GetOption(UITechnologyElementOption technologyElementOption)
 {
     return(InnerElement.GetOption(technologyElementOption));
 }