bool IsVisualMode( )
Returns TRUE if the expert is tested with checked “Visual Mode” button, otherwise returns FALSE.
“Visual Mode” ボタンがチェックされて、エキスパートがテストされている場合は、TRUE を返し、そうでない場合は、FALSE を返します。
Sample:
サンプル:
1 | if(IsVisualMode()) Comment("Visual mode turned on"); |